Metadata-Version: 2.1
Name: ABC-build-tool
Version: 0.0.1
Summary: An easy-to-use yet powerful build system
Home-page: https://replit.com/@jason-kills-u/Testing-testing-again
Author: Jason-Kills-U
Author-email: guyisntback@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ABC - Another Build Cystem

## About ABC

ABC is a minimalistic and easy build system, it aims to be simple to use yet fast and powerful. A few lines of abc code may contribute more than 20 lines of code on other build systems.

## Requirements

ABC requires Python 3.6 or higher to run. Installing ABC does NOT require any dependency, except if you build from source. Check requirements.txt to see which packages you need, or you can run ``python -m pip install -r requirements.txt``

## License

ABC is distributed under the MIT license, a full copy of which is in LICENSE.txt

